Skip to content

LambdaTest GA Powershell Cmdlets #28150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 10, 2025
Merged

Conversation

yashikajain14
Copy link
Contributor

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings July 8, 2025 11:36
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares the LambdaTest PowerShell module for GA by updating help content, bumping module metadata, integrating the Autorest‐generated project, and refreshing related configs.

  • Standardize cmdlet synopsis/description and parameter formatting in help files
  • Bump generated date, RequiredModules version, API version, and generate-info metadata
  • Update solution file to include the new Autorest project and add x64/x86 build configurations

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 10 comments.

Show a summary per file
File Description
src/LambdaTest/LambdaTest/help/Update-AzLambdaTestOrganization.md Capitalized “Update” in SYNOPSIS/DESCRIPTION
src/LambdaTest/LambdaTest/help/New-AzLambdaTestOrganization.md Capitalized “Create” in SYNOPSIS/DESCRIPTION
src/LambdaTest/LambdaTest/help/Get-AzLambdaTestOrganization.md Broke out CommonParameters to its own line
src/LambdaTest/LambdaTest/help/Remove-AzLambdaTestOrganization.md Broke parameters onto separate lines
src/LambdaTest/LambdaTest/Az.LambdaTest.psd1 Updated Generated on date and Az.Accounts version
src/LambdaTest/LambdaTest.sln Added Autorest project, adjusted project GUID and build targets
src/LambdaTest/LambdaTest.Autorest/generate-info.json Generated new generate_Id
src/LambdaTest/LambdaTest.Autorest/docs/Update-AzLambdaTestOrganization.md Capitalized “Update” in SYNOPSIS/DESCRIPTION, bumped .NET version
src/LambdaTest/LambdaTest.Autorest/docs/New-AzLambdaTestOrganization.md Capitalized “Create” in SYNOPSIS/DESCRIPTION
src/LambdaTest/LambdaTest.Autorest/docs/Az.LambdaTest.md Updated Module GUID, capitalized synopsis/descriptions
src/LambdaTest/LambdaTest.Autorest/UX/LambdaTest.HyperExecute/organizations.json Switched apiVersion from preview to GA
src/LambdaTest/LambdaTest.Autorest/README.md Updated pinned swagger commit
Comments suppressed due to low confidence (1)

src/LambdaTest/LambdaTest/help/Get-AzLambdaTestOrganization.md:11

  • [nitpick] Grammar: use 'Get an OrganizationResource' instead of 'Get a OrganizationResource'.
Get a OrganizationResource

@yashikajain14 yashikajain14 self-assigned this Jul 8, 2025
@YanaXu
Copy link
Contributor

YanaXu commented Jul 9, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu
Copy link
Contributor

YanaXu commented Jul 9, 2025

Please fix test errors.

@VeryEarly
Copy link
Collaborator

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu
Copy link
Contributor

YanaXu commented Jul 9, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu closed this Jul 10, 2025
@YanaXu YanaXu reopened this Jul 10, 2025
@YanaXu YanaXu assigned YanaXu and unassigned yashikajain14 Jul 10, 2025
@@ -24,3 +24,4 @@
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this empty line change.

@@ -28,7 +28,7 @@ For information on how to develop for `Az.LambdaTest`, see [how-to.md](how-to.md

```yaml
# pin the swagger version by using the commit id instead of branch name
commit: 30157c906ac8f2e9c1bbc696d2887c655beb68d5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a line to src/LambdaTest/LambdaTest/ChangeLog.md for this change.

@YanaXu
Copy link
Contributor

YanaXu commented Jul 10, 2025

Hi @yashikajain14, please check my comments and the comments from Copilot.

@YanaXu
Copy link
Contributor

YanaXu commented Jul 10, 2025

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@YanaXu YanaXu merged commit 32adf8c into Azure:main Jul 10, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants